home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Fight
/
antkendo.swf
/
scripts
/
DefineSprite_24
/
frame_4
/
DoAction.as
Wrap
Text File
|
2006-06-09
|
266b
|
17 lines
tb = _root.getBytesTotal();
lb = _root.getBytesLoaded();
v = int(lb / tb * 100);
thebar.setValue(v);
if(lb < tb)
{
gotoAndPlay(_currentframe - 1);
}
else if(thebar.mv == thebar.thebar._x)
{
play();
}
else
{
gotoAndPlay(_currentframe - 1);
}